summary refs log tree commit diff
path: root/pkgs/test
AgeCommit message (Collapse)AuthorFilesLines
2022-11-15tests.trivial-builders.linkFarm: initBernardo Meurer1-0/+1
2022-10-21cuda-library-samples.cutensor: fixThomas Watson1-0/+2
Previously, the cutensor samples could not find the libcutensor.so.1 shared library at runtime. This patch adds cutensor as a buildInput so the shared library is linked in properly.
2022-10-14cuda-samples: 11.8 throw the non-existing tagDavid Guibert1-2/+2
2022-10-04cuda-samples: throw an error for tag 11.7David Guibert1-1/+1
2022-10-04Revert "Revert "cudatoolkit_11_7: init at 11.7.0""David Guibert1-0/+3
This reverts commit 90c505790c63e34a72a86efcd248de6c9da58ac6.
2022-09-03tests.coq.overrideCoqDerivation: use runCommand instead of runCommandNoCCDennis Gosnell1-2/+2
2022-08-29tests.coq.overrideCoqDerivation: add testDennis Gosnell3-0/+48
2022-08-05Revert "cudatoolkit_11_7: init at 11.7.0"Samuel Ainsworth1-3/+0
2022-08-05Merge pull request #179912 from dguibert/dg/cudatoolkit_11_7_0Samuel Ainsworth1-0/+3
cudatoolkit_11_7: init at 11.7.0
2022-08-02cudatoolkit: add 11.7David Guibert1-0/+3
2022-07-10vimUtils: remove vam supportMatthieu Coudron1-32/+0
having this many (complex) options not only is hard to maintain but I cant see the benefit of these options now that vim supports packages
2022-06-30Merge pull request #164662 from infinisil/fetchurl-curlOpts-listRobert Hensing1-0/+1
fetchurl: Allow passing curl options with spaces
2022-06-30fetchurl: Add curlOptsList testSilvan Mosberger1-0/+1
2022-06-28Merge pull request #174176 from hercules-ci/buildFromCabalSdistRobert Hensing6-0/+63
haskellPackages: Add buildFromCabalSdist (faster, tested)
2022-06-13Merge staging-next into staginggithub-actions[bot]1-5/+0
2022-06-13vimUtils: deprecate configure.pathogen (#154814)Matthieu Coudron1-5/+0
pathogen does not bring any value compared to vim native packages so remove it to ease maintainance burden.
2022-06-12Merge pull request #172769 from ncfavier/wrappers-append-argsThiago Kenji Okada5-9/+14
makeWrapper,makeBinaryWrapper: implement `--append-flags`
2022-06-04pkgs/test/cuda/cuda-samples/generic.nix: use new SRI hash formatAndersonTorres1-10/+6
2022-06-04buildDhallUrl: use new SRI hash formatAndersonTorres1-1/+1
2022-06-02Merge pull request #175317 from ncfavier/makeBinaryWrapper-crossRick van Schijndel2-26/+55
makeBinaryWrapper: fix cross-compilation and add test
2022-05-31makeBinaryWrapper: fix cross-compilation and add testNaïm Favier2-26/+55
Fixes https://github.com/NixOS/nixpkgs/issues/175045
2022-05-30makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier5-9/+14
2022-05-29pkgs/tests/config.nix: Make test future proofRobert Hensing1-6/+9
2022-05-29pkgs.tests: Add regression test for #175196Robert Hensing2-0/+23
2022-05-24pkgs.tests.haskell.cabalSdist: Avoid IFDRobert Hensing2-1/+13
2022-05-23haskellPackages: Add buildFromCabalSdist (faster, tested)Robert Hensing5-0/+51
2022-05-23Merge remote-tracking branch 'origin/staging-next'Janne Heß1-1/+9
* origin/staging-next: (62 commits) Re-Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)" openldap: fix cross-compilation makeBinaryWrapper: fix codesign on aarch64-darwin python3Packages.ldap: fix linking with openldap 2.5+ Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)" wine: enable parallel build again pkgsi686Linux.gdb: fix formatting for 32-bit systems gtk4: Fix incorrect merge nixos/openldap: use upstream unit defaults openldap: update maintainers openldap: 2.4.58 -> 2.6.2 Revert "Add mingwW64-llvm cross-system." lua: fix on darwin by using makeBinaryWrapper (#172749) python310Packages.python-mimeparse: execute tests pandas: fix darwin build gtk3: 3.24.33 -> 3.24.33-2022-03-11 gtk4: patch fixing g-c-c crashes e2fsprogs: patch for CVE-2022-1304 firefox-unwrapped: fix cross compilation rustc: expose correct llvmPackages for cross compile ...
2022-05-22fetchzip: extraPostFetch -> postFetch && testsArtturin1-0/+1
2022-05-12makeBinaryWrapper: add commentNaïm Favier1-0/+2
2022-05-10makeBinaryWrapper: move into its own folderNaïm Favier1-1/+7
The derivation is complex enough to warrant moving out of all-packages.nix
2022-05-09Merge remote-tracking branch 'upstream/master' into testersRobert Hensing5-0/+31
2022-05-09tests.testers.nixosTest-example: move from tests.nixos-functions.nixosTest-testRobert Hensing2-11/+2
And improve the test a bit, to assert correct wiring of `pkgs`.
2022-05-09treewide: nixosTest -> testers.nixosTestRobert Hensing1-1/+1
2022-05-06makeBinaryWrapper: add overlength-strings testNaïm Favier4-0/+30
2022-05-05nixos-functions: Set system.stateVersionJanne Heß1-0/+2
2022-05-05testers.nixosTest: Move from top-level and improve docsRobert Hensing1-1/+1
2022-04-09cudaPackages: overhaul of how we package cuda packagesFrederik Rietdijk5-109/+26
There are many different versions of the `cudatoolkit` and related cuda packages, and it can be tricky to ensure they remain compatible. - `cudaPackages` is now a package set with `cudatoolkit`, `cudnn`, `cutensor`, `nccl`, as well as `cudatoolkit` split into smaller packages ("redist"); - expressions should now use `cudaPackages` as parameter instead of the individual cuda packages; - `makeScope` is now used, so it is possible to use `.overrideScope'` to set e.g. a different `cudnn` version; - `release-cuda.nix` is introduced to easily evaluate cuda packages using hydra.
2022-04-01Merge master into staging-nextgithub-actions[bot]1-0/+2
2022-04-01tests: Add pkgs-libRobert Hensing1-0/+2
Makes the following work ofborg build tests.pkgs-lib
2022-03-31Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-03-28pkgs.tests.nixos-functions: machine -> nodes.machineRobert Hensing1-1/+1
2022-03-25Merge master into staging-nextgithub-actions[bot]6-165/+0
2022-03-25Merge pull request #164651 from Infinisil/remove-optionSetSilvan Mosberger6-165/+0
lib/modules: Finally remove deprecated types.optionSet
2022-03-25Merge branch 'master' into staging-nextVladimír Čunát1-3/+3
2022-03-21Merge remote-tracking branch 'upstream/master' into tests-restrict-argumentsRobert Hensing1-0/+11
2022-03-21tests.nixos-functions.nixosTest-test: Test callPackage-like behaviorRobert Hensing1-3/+3
2022-03-21Merge branch 'staging-next' into stagingVladimír Čunát1-0/+11
2022-03-20Merge pull request #164305 from ↵Robert Hensing1-0/+11
hercules-ci/haskellPackages-shellFor-extraDependencies haskellPackages.shellFor: Add extraDependencies
2022-03-18Remove ancient mkOption testsSilvan Mosberger6-165/+0
These are completely non-functional by now
2022-03-15haskellPackages.shellFor: Add extraDependenciesRobert Hensing1-0/+11
An example use case is when you have Haskell scripts that use libraries that don't occur in your packages' dependencies.