Merge pull request #286323 from danielrolls/add-specup

specup: init
This commit is contained in:
maralorn
2024-02-04 18:11:19 +01:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
@@ -470,6 +470,7 @@ self: super: builtins.intersectAttrs super {
wxcore = super.wxcore.override { wxGTK = pkgs.wxGTK32; };
shellify = enableSeparateBinOutput super.shellify;
specup = enableSeparateBinOutput super.specup;
# Test suite wants to connect to $DISPLAY.
bindings-GLFW = dontCheck super.bindings-GLFW;
+2
View File
@@ -13341,6 +13341,8 @@ with pkgs;
sockdump = callPackage ../tools/networking/sockdump { };
specup = haskellPackages.specup.bin;
spglib = callPackage ../development/libraries/spglib {
inherit (llvmPackages) openmp;
};