specup: init
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -13341,6 +13341,8 @@ with pkgs;
|
||||
|
||||
sockdump = callPackage ../tools/networking/sockdump { };
|
||||
|
||||
specup = haskellPackages.specup.bin;
|
||||
|
||||
spglib = callPackage ../development/libraries/spglib {
|
||||
inherit (llvmPackages) openmp;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user