about summary refs log tree commit diff
path: root/pkgs/build-support/writers
AgeCommit message (Expand)AuthorFilesLines
2024-01-30pkgs.writers: fix type in description for writeHaskellBinTulili1-1/+1
2024-01-30pkgs.writers: tests for lua ruby, and remove failed tests because of external...Tulili2-11/+86
2024-01-30pkgs.writers: remove tests that dont work anymore and add comments tracking i...Tulili3-53/+64
2024-01-30pkgs.writers add snu, lua and rubyTulili1-0/+40
2023-12-11tests.writers.simple.fsharp: Add missing dependencyRaphael Robatsch1-0/+1
2023-10-24writers/test: RefactorRobert Hensing1-8/+2
2023-10-24writers.makeDataWriter: DeprecateRobert Hensing1-1/+1
2023-10-24writers/data.nix: Remove duplicate implementationsRobert Hensing2-23/+9
2023-08-05Merge branch 'staging-next' into stagingVladimír Čunát1-8/+18
2023-08-01codesign_allocate: reference cctoolsSimon Žlender1-6/+1
2023-08-01writers: Set mainProgramRobert Hensing1-7/+17
2023-07-28writers: use runCommand instead of runCommandNoCCBen Wolsieffer1-2/+2
2023-07-27writers: use callPackages to import sub-groups of writersBen Wolsieffer2-17/+4
2023-07-22writers: introduce data writerszimbatm3-4/+126
2023-07-22writers: make room for other types of writerszimbatm2-361/+386
2023-07-22writers: split out the testszimbatm1-85/+81
2023-07-22writers: fix fsharp writerzimbatm1-0/+1
2023-06-17writers.makePythonWriter: fix interpreter executableArtturin1-2/+2
2023-03-29writers: fix aarch64-darwin workaround if content is a stringsternenseemann1-2/+2
2023-03-14writers: make codesign_allocate available in PATH on aarch64-darwinsternenseemann1-0/+5
2023-01-05writers: fix typo in commentJeremy Schlatter1-1/+1
2022-10-11writers.writeJS: pass arguments to scriptlassulus1-1/+1
2022-10-10writers.writeFish: avoid loading user config filespacien1-2/+2
2022-10-10writers: add writeFish and writeFishBinpacien2-0/+27
2022-08-25writers.makePythonWriter: fix cross compilesqualus1-5/+5
2022-06-30builders/writeHaskell: build with threaded GHC runtimeProfpatsch1-2/+7
2022-04-16treewide: remove nativeBuildInputs that are in stdenvBen Siraphob1-2/+2
2022-04-01config.allowAliases: Define as optionRobert Hensing1-1/+1
2022-02-28Add writeFSharp and makeFSharpWriter functions to writersMoises Nessim2-1/+64
2021-12-15writers.PyPy{2,3}: initMarkus S. Wamser2-0/+86
2021-12-15writers.writePython2: removeMarkus S. Wamser3-49/+44
2021-12-05writers.makePythonWriter: drop flake8 checks for Python 2 scriptsEnno Richter1-2/+2
2021-11-13writers: fix writeRust on darwinUri Baghin1-2/+5
2021-10-29writers: run fixupPhase for darwin bin writerssternenseemann1-0/+4
2021-10-29writers: use platform's default stripsternenseemann1-2/+2
2021-08-25writers: drop writeCJörg Thalheim2-71/+0
2021-07-13tests.writers: also expose path via passthrusternenseemann1-1/+1
2021-06-28Revert "writers: Allow string paths"Yureka1-4/+4
2021-06-25writers: Allow string pathsSilvan Mosberger1-4/+4
2021-06-08tests.writers: use dashes instead of underscores in drv namessternenseemann1-21/+21
2021-06-08tests.writers: give all test derivations unique namessternenseemann1-26/+26
2021-03-31treewide: use perl.withPackages when possiblernhmjoj1-12/+3
2021-03-05writers: formatSandro Jäckel1-11/+10
2021-03-04treewide: remove stdenv where not neededBen Siraphob1-1/+0
2021-01-24treewide: stdenv.lib -> libPavol Rusnak1-1/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-1/+1
2021-01-12writers: add test for rustDominik Xaver Hörl1-0/+6
2021-01-12writers: add rustDominik Xaver Hörl1-4/+26
2021-01-11writers: deduplicate binary stripping logicDominik Xaver Hörl1-3/+3
2020-10-29writers.writeNginxConfig: fix cross-compilationBen Wolsieffer1-3/+4