Try this
This commit is contained in:
@@ -2,6 +2,6 @@ with import <nixpkgs> {};
|
||||
stdenv.mkDerivation {
|
||||
name = "media";
|
||||
buildInputs = [ imagemagick
|
||||
(python3.withPackages (ps: with ps; [ pyyaml ]))
|
||||
python3Packages.pyyaml
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user