about summary refs log tree commit diff
path: root/pkgs/misc/source-and-tags
AgeCommit message (Collapse)AuthorFilesLines
2023-06-29Merge pull request #216063 from Stunkymonkey/source-and-tags-phasesSandro1-2/+1
2023-02-13treewide: use optionalStringFelix Buehler1-1/+1
2023-02-12source-and-tags: deprecate phasesFelix Buehler1-2/+1
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+1
2021-01-21treewide: editorconfig fixeszowoq1-3/+3
- remove trailing whitespace - use spaces for indentation
2018-04-24source-and-tags: fix default.nixBas van Dijk1-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'
2014-01-23drop myhasktags, current hackage version has everything my version hadMarc Weber1-2/+7
2012-12-28Remove unnecessary parentheses around if conditionsEelco Dolstra1-2/+2
Pet peeve...
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-05-09remove duplication in derivation adding tags to sourceMarc Weber1-1/+1
svn path=/nixpkgs/trunk/; revision=21685
2010-01-15tag .hsc files as wellMarc Weber1-1/+1
svn path=/nixpkgs/trunk/; revision=19471
2009-12-11fix source-and-tagsMarc Weber1-3/+11
svn path=/nixpkgs/trunk/; revision=18892
2009-07-09fix sourceWithTagsDerivation, myhasktags now based on current haskell ↵Marc Weber1-16/+17
derivations svn path=/nixpkgs/trunk/; revision=16263
2008-06-15forgetten to appply this patchMarc Weber1-1/+2
svn path=/nixpkgs/trunk/; revision=12098
2008-06-15 put all source with tags stuff into its own file, now appends tag files to ↵Marc Weber1-0/+80
TAG_FILES env var using nix-support updated myEnvFun svn path=/nixpkgs/trunk/; revision=12097