aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/source-and-tags (follow)
Commit message (Collapse)AuthorAgeFilesLines
* source-and-tags: fix default.nixBas van Dijk2018-04-241-3/+3
| | | | | | | Tested by observing that the following command produces a correctly looking TAGS file: $ nix-shell -E 'let pkgs = import ./. {}; in pkgs.myEnvFun {name = "myEnvFun-htags-test"; buildInputs = [(pkgs.sourceAndTags.sourceWithTagsDerivation (pkgs.sourceAndTags.addHasktagsTaggingInfo pkgs.haskellPackages.scientific).passthru.sourceWithTags)];}' --run 'cat $TAG_FILES'
* drop myhasktags, current hackage version has everything my version hadMarc Weber2014-01-231-2/+7
|
* Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-281-2/+2
| | | | Pet peeve...
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-181-2/+2
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* remove duplication in derivation adding tags to sourceMarc Weber2010-05-091-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=21685
* tag .hsc files as wellMarc Weber2010-01-151-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=19471
* fix source-and-tagsMarc Weber2009-12-111-3/+11
| | | | svn path=/nixpkgs/trunk/; revision=18892
* fix sourceWithTagsDerivation, myhasktags now based on current haskell ↵Marc Weber2009-07-091-16/+17
| | | | | | derivations svn path=/nixpkgs/trunk/; revision=16263
* forgetten to appply this patchMarc Weber2008-06-151-1/+2
| | | | svn path=/nixpkgs/trunk/; revision=12098
* put all source with tags stuff into its own file, now appends tag files to ↵Marc Weber2008-06-151-0/+80
TAG_FILES env var using nix-support updated myEnvFun svn path=/nixpkgs/trunk/; revision=12097