lol

Merge pull request #286323 from danielrolls/add-specup

specup: init

authored by

maralorn and committed by
GitHub
b26538da e93379ba

+3
+1
pkgs/development/haskell-modules/configuration-nix.nix
··· 470 470 wxcore = super.wxcore.override { wxGTK = pkgs.wxGTK32; }; 471 471 472 472 shellify = enableSeparateBinOutput super.shellify; 473 + specup = enableSeparateBinOutput super.specup; 473 474 474 475 # Test suite wants to connect to $DISPLAY. 475 476 bindings-GLFW = dontCheck super.bindings-GLFW;
+2
pkgs/top-level/all-packages.nix
··· 13341 13341 13342 13342 sockdump = callPackage ../tools/networking/sockdump { }; 13343 13343 13344 + specup = haskellPackages.specup.bin; 13345 + 13344 13346 spglib = callPackage ../development/libraries/spglib { 13345 13347 inherit (llvmPackages) openmp; 13346 13348 };