about summary refs log tree commit diff
path: root/pkgs/games/construo
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-5/+5
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-24Merge staging-next into stagingFrederik Rietdijk1-2/+12
2019-11-22construo: fix buildMichael Raskin1-1/+2
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-3/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs1-2/+2
2018-08-05construo: add licensePascal Wittmann1-0/+1
see issue #43716
2018-02-24construo: fix build after libGL transitionAlexander V. Nikolaev1-2/+2
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2016-07-31construo: 0.2.2 -> 0.2.3Robert Helgesson1-8/+7
2016-07-31construo: remove use of `builderDefsPackage`Robert Helgesson1-26/+23
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-06-05Remove illegal meta.src attributesEelco Dolstra1-1/+0
2011-05-04* Get rid of those annoying "not an attrSet" trace messages.Eelco Dolstra1-1/+3
svn path=/nixpkgs/trunk/; revision=27141
2010-07-29* ltrace: updated to 0.5.3.Eelco Dolstra1-5/+3
* libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with SQLite. * qemu-image: fix the URL. * gdmap: make it build again (requires an older GTK+). * rlwrap: updated to 0.37. * smbfs-fuse -> fusesmb to match the upstream name. * x11vnc: updated to 0.9.10. * clearlyU: fix the URL. * Various packages: follow the coding conventions. svn path=/nixpkgs/trunk/; revision=22814
2010-07-29* composedArgsAndFun -> makeOverridable for consistency.Eelco Dolstra1-0/+0
* Rename a few single-version packages to "default.nix". svn path=/nixpkgs/trunk/; revision=22803
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra1-1/+1
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber1-1/+1
svn path=/nixpkgs/trunk/; revision=15662
2009-05-12Fix construo buildMichael Raskin1-10/+8
svn path=/nixpkgs/trunk/; revision=15573
2009-05-10Fix includes for construoMichael Raskin1-2/+5
svn path=/nixpkgs/trunk/; revision=15532
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-3/+1
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-11-04meta.function -> passthru.function, not killing other contents of passthruMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=13190
2008-08-19Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin1-2/+2
overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
2008-08-14Big breaking change. I have radically reduced number of nulls used in ↵Michael Raskin1-1/+1
all-packages.nix and generally switched to composedArgsAndFun which simply adds .meta.function to everything that has come through it.. I have not tested the build, because OO.o has to be updated... svn path=/nixpkgs/trunk/; revision=12625
2008-03-02Added src to meta for builderDefs-based packages.Michael Raskin1-0/+1
svn path=/nixpkgs/trunk/; revision=10913
2008-01-18Some review of builder-defs and dependent files. No rebuild needed. Now it ↵Michael Raskin1-2/+3
should be possible to override elements in builderDefs svn path=/nixpkgs/trunk/; revision=10214
2007-12-03Added PostgreSQL job.Michael Raskin1-0/+29
svn path=/nixpkgs/trunk/; revision=9831