configuration-hackage2nix: fix typos, duplicate entries
This commit is contained in:
+12
-9
@@ -42012,6 +42012,9 @@ self: {
|
||||
libraryPkgconfigDepends = [ sane-backends ];
|
||||
description = "FFI bindings to libsane";
|
||||
license = lib.licenses.lgpl3Only;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {inherit (pkgs) sane-backends;};
|
||||
|
||||
"bindings-sc3" = callPackage
|
||||
@@ -103610,6 +103613,9 @@ self: {
|
||||
libraryPkgconfigDepends = [ gtk3 libdbusmenu-gtk3 ];
|
||||
description = "DbusmenuGtk bindings";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {inherit (pkgs) gtk3; inherit (pkgs) libdbusmenu-gtk3;};
|
||||
|
||||
"gi-dbusmenugtk3_0_4_10" = callPackage
|
||||
@@ -103634,6 +103640,9 @@ self: {
|
||||
libraryPkgconfigDepends = [ gtk3 libdbusmenu-gtk3 ];
|
||||
description = "DbusmenuGtk bindings";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) gtk3; inherit (pkgs) libdbusmenu-gtk3;};
|
||||
|
||||
@@ -181033,9 +181042,7 @@ self: {
|
||||
testHaskellDepends = [ base ];
|
||||
description = "MPI bindings for Haskell";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ];
|
||||
}) {};
|
||||
|
||||
"mpi-hs-cereal" = callPackage
|
||||
@@ -181053,9 +181060,7 @@ self: {
|
||||
testHaskellDepends = [ base ];
|
||||
description = "MPI bindings for Haskell";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ];
|
||||
}) {};
|
||||
|
||||
"mpi-hs-store" = callPackage
|
||||
@@ -181073,9 +181078,7 @@ self: {
|
||||
testHaskellDepends = [ base ];
|
||||
description = "MPI bindings for Haskell";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ];
|
||||
}) {};
|
||||
|
||||
"mplayer-spot" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user