File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 22 description = "Haskell wrapper for the ffmpeg library" ;
33
44 inputs = {
5- nixpkgs . url = "github:nixos/nixpkgs/nixos -unstable" ;
5+ nixpkgs . url = "github:nixos/nixpkgs/nixpkgs -unstable" ;
66 flake-utils . url = "github:numtide/flake-utils" ;
77 nix-filter . url = "github:numtide/nix-filter" ;
88 } ;
1212 let pkgs = import nixpkgs {
1313 inherit system ;
1414 } ;
15- compiler = "ghc8104 " ;
15+ compiler = "ghc8107 " ;
1616 hspkgs = pkgs . haskell . packages . ${ compiler } ;
1717 ffmpeg-light = hspkgs . callPackage ( import ./default.nix ) { nix-filter = nix-filter . lib ; } ;
1818 ghc = hspkgs . ghc . withHoogle ( ps : ffmpeg-light . passthru . getBuildInputs . haskellBuildInputs ) ;
1919 in {
2020 devShell = pkgs . mkShell {
2121 buildInputs = [
2222 pkgs . SDL2 pkgs . ffmpeg pkgs . pkgconfig
23- ghc hspkgs . cabal-install hspkgs . haskell-language-server
23+ ghc hspkgs . cabal-install
24+ # hspkgs.haskell-language-server
2425 ] ;
2526 } ;
2627 packages . ffmpeg-light = ffmpeg-light ;
You can’t perform that action at this time.
0 commit comments