about summary refs log tree commit diff
path: root/pkgs/desktops/gnustep
AgeCommit message (Collapse)AuthorFilesLines
2022-10-13gnustep.libobjc: 1.9 -> 2.1ajs1241-2/+3
the problems that we saw with sogo and 2.0 seem fixed with 2.1
2022-07-14gnustep.make: fix crossArtturin1-1/+3
2022-07-14gnustep.gsmakeDerivation: fix cross evalArtturin1-2/+2
error: attribute 'runtimeShell' missing
2022-06-01gnustep.base: Remove duplicated giflib inputZhu Zihao1-1/+1
2022-05-30treewide: pkgs/desktops: mark broken for darwinRick van Schijndel1-0/+1
2022-02-12gnustep.gworkspace: 0.9.4 -> 1.0.0R. Ryantm1-2/+2
2022-01-03gnustep.base: fix issue with UTF-8 BOMajs1241-0/+7
2021-11-14misc: Replace tab indentation with spacesVictor Engmark2-48/+48
I've tried to be consistent, using four or eight spaces to line up with existing code.
2021-07-19gnustep.back: 0.28.0 -> 0.29.0R. RyanTM1-2/+2
2021-07-05gnustep.gorm: 1.2.26 -> 1.2.28R. RyanTM1-2/+2
2021-07-05gnustep.gorm: align with other packagesajs1241-7/+5
2021-07-05gnustep.back: 0.28.0 -> 0.29.0ajs1241-8/+9
https://github.com/gnustep/libs-back/releases/tag/back-0_29_0
2021-07-05gnustep.gui: 0.28.0 -> 0.29.0ajs1241-13/+10
https://github.com/gnustep/libs-gui/releases/tag/gui-0_29_0
2021-07-05gnustep.base: 1.27.0 -> 1.28.0ajs1241-13/+8
https://github.com/gnustep/libs-base/releases/tag/base-1_28_0
2021-07-05gnustep.make: 2.8.0 -> 2.9.0R. RyanTM1-6/+3
https://github.com/gnustep/tools-make/releases/tag/make-2_9_0
2021-05-17gnustep.make: 2.8.0 -> 2.9.0R. RyanTM1-2/+2
2021-04-16giflib_4_1: removeAlyssa Ross1-2/+1
Everything still using this builds fine without it.
2021-04-16libungif: remove in favour of giflibAlyssa Ross1-2/+2
libungif was merged into giflib in 2006, and hasn't been updated since. All non-broken packages still using it build fine with giflib. See <http://giflib.sourceforge.net/history.html>.
2021-03-01gnustep.gui: fix icu 68 compatibilityajs1241-2/+8
2021-03-01gnustep.base: fix icu 68 compatibilityajs1241-2/+8
2021-01-20treewide: editorconfig fixeszowoq1-1/+1
- remove trailing whitespace - use spaces for indentation
2021-01-19Merge pull request #106102 from fgaz/pikopixel/initSandro1-6/+7
pikopixel: init at 1.0-b9e
2021-01-16pkgs/desktops: pkgconfig -> pkg-configBen Siraphob2-4/+4
2021-01-16treewide: stdenv.lib -> libBen Siraphob2-8/+8
2020-12-06gnustep: make llvmPackages easily overridableFrancesco Gazzetta1-6/+7
2020-09-26libobjc2: unmark aarch64 as bad platformmalte-v1-1/+0
2020-05-22gnustep.gorm: 1.2.24 -> 1.2.26ajs1241-3/+3
2020-05-22gnustep.back: 0.27.0 -> 0.28.0ajs1241-2/+2
2020-05-22gnustep.gui: 0.27.0 -> 0.28.0ajs1241-2/+2
2020-05-22gnustep.make: 2.7.0 -> 2.8.0R. RyanTM1-2/+2
2020-05-22gnustep.base: 1.26.0 -> 1.27.0R. RyanTM1-2/+2
2020-05-02Revert "gnustep.libobjc: 1.9 -> 2.0"ajs1241-2/+2
This reverts commit 937b6d73b4a8878dad269a36e5819c65e8b3e466.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-3/+3
2020-02-03gnustep/base: replace libbfd with binutils-unwrappedajs1241-6/+2
Fixes #76927 (second try)
2020-01-08gnustep/base: add libiberty to linker flagsMatthew Bauer1-0/+7
In https://github.com/NixOS/nixpkgs/issues/76927, we found that xmemdup is missing when compiling some conftest for gnustep-base. It’s unclear why this happens but it appears to be from the update to gcc9. Adding libiberty gives us that symbol and fixes things. What’s less clear is why this happens to begin with. Fixes #76927
2019-11-25gnustep: fix buildFrederik Rietdijk1-13/+13
2019-09-25makeWrapper: Remove unused extraFlagsArray featureChuck1-1/+1
There is a bug in this feature: It allows extra arguments to leak in from the environment. For example: $ export extraFlagsArray=date $ man ls Note that you get the man page for date rather than for ls. This happens because 'man' happens to use a wrapper (to add groff to its PATH). An attempt to fix this was made in 5ae18574fce in PR #19328 for issue #2537, but 1. That change didn't actually fix the problem because it addressed makeWrapper's environment during the build process, not the constructed wrapper script's environment after installation, and 2. That change was apparently accidentally lost when merged with 7ff6eec5fd8. Rather than trying to fix the bug again, we remove the extraFlagsArray feature, since it has never been used in the public repo in the ten years it has been available. wrapAclocal continues to use its own, separate flavor of extraFlagsArray in a more limited context. The analogous bug there was fixed in 4d7d10da6b1 in 2011.
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-06-01gnustep.libobjc: 1.9 -> 2.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libobjc2/versions
2019-05-07Merge pull request #60932 from c0bw3b/patches-cleanupRenaud8-282/+0
[treewide] delete (some) unused patches
2019-05-04[treewide] delete unused patchesc0bw3b8-282/+0
2019-04-30Merge staging-next into stagingFrederik Rietdijk1-7/+4
2019-04-26treewide: use llvm6 in some placesMatthew Bauer1-2/+4
Not everything works on llvm7. It’s easiest to just provide the llvm6 as backup in this case.
2019-04-26libobjc2: pname, cmake as nativeBuildInputWill Dietz1-6/+3
2019-04-26gnustep.libobjc: 1.8.1 -> 1.9Will Dietz1-2/+2
https://github.com/gnustep/libobjc2/releases/tag/v1.9
2019-03-02gnustep.gorm: 1.2.23 -> 1.2.24R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gorm/versions
2019-01-22Merge branch 'master' into stagingVladimír Čunát2-4/+4
2019-01-21Merge pull request #54216 from r-ryantm/auto-update/gnustep-backJoachim F1-2/+2
gnustep.back: 0.26.2 -> 0.27.0