fortuneteller2k
|
4beede5bf0
|
cpufrequtils: set platform to x86_64-linux
|
2021-06-06 14:31:18 +08:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Markus Kowalewski
|
546bbb6948
|
cpufrequtils: add license + homepage
|
2018-08-15 20:53:07 +02:00 |
|
Matthew Bauer
|
143978a477
|
treewide: remove platform assertions
linux: readd assertion
|
2018-05-03 13:09:20 -05:00 |
|
Eelco Dolstra
|
1ab14aad7a
|
glibc: Drop hurd support
This hasn't been maintained since 2012.
Also, renamed glibc's kernelHeaders argument to linuxHeaders.
|
2016-02-18 21:11:15 +01:00 |
|
John Wiegley
|
28b6fb61e6
|
Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
|
2014-12-26 11:06:21 -06:00 |
|
Alexander Kjeldaas
|
4aeb10b09a
|
Make cpufrequtils compilation pure.
|
2014-04-05 09:08:05 +02:00 |
|
Michael Raskin
|
7daf1b9487
|
Fix src for cpufrequtils
|
2013-11-28 16:26:14 +04:00 |
|
William A. Kennington III
|
5d713a5fb9
|
Update cpufrequtils hash to sha256
|
2013-11-28 00:52:11 -06:00 |
|
Lluis Batlle
|
70dc369314
|
Updating the assertion to cpufrequtils: linux pc only.
The armv5tel-linux and mips64el-linux fail to build this too.
|
2013-03-25 22:04:14 +01:00 |
|
Eelco Dolstra
|
7cf3713187
|
cpufrequtils: Fix URL
|
2013-01-15 18:53:12 +01:00 |
|
Eelco Dolstra
|
e1a96b2b88
|
* Add cpufrequtils to the channel.
svn path=/nixpkgs/trunk/; revision=31017
|
2011-12-21 16:24:40 +00:00 |
|
Peter Simons
|
b0f4345467
|
pkgs/os-specific/linux/cpufrequtils: download tarball from any of the "kernel" mirrors
svn path=/nixpkgs/trunk/; revision=29361
|
2011-09-19 18:25:55 +00:00 |
|
Cillian de Roiste
|
c92ea6742b
|
The hash for cpufrequtils 005 has changed, updating to 008
svn path=/nixpkgs/trunk/; revision=29099
|
2011-09-07 19:52:33 +00:00 |
|
Ludovic Courtès
|
fac9a5c936
|
Replace kernelHeaders' by linuxHeaders'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19067
|
2009-12-21 14:04:45 +00:00 |
|
Eelco Dolstra
|
987c01630a
|
svn path=/nixpkgs/branches/stdenv-updates/; revision=13971
|
2009-02-03 10:39:48 +00:00 |
|
Peter Simons
|
6fb297513a
|
Committing Lluís Batlle's submissions from mailing list posting
<45219fb00901110456i6f21db35tbd1894eaea2146ff@mail.gmail.com>:
* nixpkgs-ccrypt-1.7-new.patch
* nixpkgs-cmake-add-ccmake.patch
* nixpkgs-cpufrequtils-005-new.patch
* nixpkgs-dwm-5.1-fix.patch
* nixpkgs-freeimage-3.11.0-new.patch
* nixpkgs-proxychains-3.1-new.patch
* nixpkgs-psi-to-0.12.patch
* nixpkgs-skype-to-2.0.0.72.patch
* nixpkgs-truecrypt-6.1a-fix.patch
* nixpkgs-vxl-1.11.0-new.patch
* nixpkgs-xkb-popular-esperanto-symbols.patch
* nixpkgs-xorg-via-video-fix.patch
svn path=/nixpkgs/trunk/; revision=13751
|
2009-01-12 21:12:07 +00:00 |
|