configuration-hackage2nix: fix typos, duplicate entries
This commit is contained in:
parent
1c9ec1f3b3
commit
f5a9654af4
@ -2945,7 +2945,7 @@ unsupported-platforms:
|
||||
AWin32Console: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]
|
||||
barbly: [ i686-linux, x86_64-linux, aarch64-linux, armv7l-linux ]
|
||||
bdcs-api: [ x86_64-darwin ]
|
||||
binding-sane: [ x86_64-darwin ]
|
||||
bindings-sane: [ x86_64-darwin ]
|
||||
bindings-directfb: [ x86_64-darwin ]
|
||||
cut-the-crap: [ x86_64-darwin ]
|
||||
d3d11binding: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]
|
||||
@ -2956,7 +2956,7 @@ unsupported-platforms:
|
||||
Euterpea: [ x86_64-darwin ]
|
||||
freenect: [ x86_64-darwin ]
|
||||
FTGL: [ x86_64-darwin ]
|
||||
gi-dbusmenu-gtk3: [ x86_64-darwin ]
|
||||
gi-dbusmenugtk3: [ x86_64-darwin ]
|
||||
gi-dbusmenu: [ x86_64-darwin ]
|
||||
gi-ggit: [ x86_64-darwin ]
|
||||
gi-ibus: [ x86_64-darwin ]
|
||||
@ -2984,12 +2984,9 @@ unsupported-platforms:
|
||||
logging-facade-journald: [ x86_64-darwin ]
|
||||
midi-alsa: [ x86_64-darwin ]
|
||||
mpi-hs: [ aarch64-linux, x86_64-darwin ]
|
||||
mpi-hs-binary: [ aarch64-linux ]
|
||||
mpi-hs-binary: [ x86_64-darwin ]
|
||||
mpi-hs-cereal: [ aarch64-linux ]
|
||||
mpi-hs-cereal: [ x86_64-darwin ]
|
||||
mpi-hs-store: [ aarch64-linux ]
|
||||
mpi-hs-store: [ x86_64-darwin ]
|
||||
mpi-hs-binary: [ aarch64-linux, x86_64-darwin ]
|
||||
mpi-hs-cereal: [ aarch64-linux, x86_64-darwin ]
|
||||
mpi-hs-store: [ aarch64-linux, x86_64-darwin ]
|
||||
mplayer-spot: [ aarch64-linux ]
|
||||
oculus: [ x86_64-darwin ]
|
||||
pam: [ x86_64-darwin ]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user