summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-11-10 09:12:04 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-11-10 09:16:34 +0900
commitf10a9c90947faa4a399e6c98c9fa0ee5c4ae51c5 (patch)
tree7d34b518db31864ae2edaaea65504abfac148d68 /pkgs/development/haskell-modules/hackage-packages.nix
parent2fe90802da10b14bd6e14c582a5585ac5c56874d (diff)
parentc31f00657042dcb85e45777be4f3701032a4f2f5 (diff)
downloadnixpkgs-f10a9c90947faa4a399e6c98c9fa0ee5c4ae51c5.tar
nixpkgs-f10a9c90947faa4a399e6c98c9fa0ee5c4ae51c5.tar.gz
nixpkgs-f10a9c90947faa4a399e6c98c9fa0ee5c4ae51c5.tar.bz2
nixpkgs-f10a9c90947faa4a399e6c98c9fa0ee5c4ae51c5.tar.lz
nixpkgs-f10a9c90947faa4a399e6c98c9fa0ee5c4ae51c5.tar.xz
nixpkgs-f10a9c90947faa4a399e6c98c9fa0ee5c4ae51c5.tar.zst
nixpkgs-f10a9c90947faa4a399e6c98c9fa0ee5c4ae51c5.zip
Merge branch 'haskell-sdl2-pkg-config-workarounds' into haskell-updates
This is a manual merge of the PR
https://github.com/NixOS/nixpkgs/pull/265678 since it has a merge
conflict
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 8da701f3316..d40af7db481 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -263570,9 +263570,7 @@ self: {
        executablePkgconfigDepends = [ SDL2 SDL2_gfx ];
        description = "Haskell bindings to SDL2_gfx";
        license = lib.licenses.mit;
-       hydraPlatforms = lib.platforms.none;
        mainProgram = "sdl2-gfx-example";
-       broken = true;
      }) {inherit (pkgs) SDL2; inherit (pkgs) SDL2_gfx;};
 
   "sdl2-image" = callPackage
@@ -263666,8 +263664,6 @@ self: {
        description = "Bindings to SDL2_ttf";
        license = lib.licenses.bsd3;
        badPlatforms = lib.platforms.darwin;
-       hydraPlatforms = lib.platforms.none;
-       broken = true;
      }) {inherit (pkgs) SDL2; inherit (pkgs) SDL2_ttf;};
 
   "sdnv" = callPackage