Fix remaining sane{Front,Back}ends
This commit is contained in:
@@ -35450,18 +35450,18 @@ self: {
|
||||
}) {};
|
||||
|
||||
"bindings-sane" = callPackage
|
||||
({ mkDerivation, base, bindings-DSL, saneBackends }:
|
||||
({ mkDerivation, base, bindings-DSL, sane-backends }:
|
||||
mkDerivation {
|
||||
pname = "bindings-sane";
|
||||
version = "0.0.1";
|
||||
sha256 = "a27eb00e69a804e65f39246611a747f3a833a87dab536c7f3cde60583a60b04b";
|
||||
libraryHaskellDepends = [ base bindings-DSL ];
|
||||
libraryPkgconfigDepends = [ saneBackends ];
|
||||
libraryPkgconfigDepends = [ sane-backends ];
|
||||
homepage = "http://floss.scru.org/bindings-sane";
|
||||
description = "FFI bindings to libsane";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
|
||||
}) {saneBackends = null;};
|
||||
}) {sane-backends = null;};
|
||||
|
||||
"bindings-sc3" = callPackage
|
||||
({ mkDerivation, base, bindings-DSL, scsynth }:
|
||||
|
||||
Reference in New Issue
Block a user